home *** CD-ROM | disk | FTP | other *** search
/ PC Media 6 / PC MEDIA CD06.iso / share / prog / resdll / main.h < prev    next >
Text File  |  1995-01-01  |  783b  |  24 lines

  1. /******************************************************************************\
  2. *
  3. *                               MAIN.H
  4. *
  5. \******************************************************************************/
  6.  
  7.  
  8.  
  9. /******************************************************************************\
  10. *                          GLOBAL VARIABLES
  11. \******************************************************************************/
  12.  
  13. HANDLE ghLib;
  14.  
  15.  
  16.  
  17. /******************************************************************************\
  18. *                         FUNCTION PROTOTYPES
  19. \******************************************************************************/
  20.  
  21. LRESULT CALLBACK MainWndProc  (HWND, UINT, WPARAM, LPARAM);
  22.  
  23. void DrawBitmap               (HDC,  HBITMAP, int,  int);
  24.